object FormVadeTrh: TFormVadeTrh Left = 207 Top = 111 BorderStyle = bsDialog Caption = 'Vade Tarihi Aral���' ClientHeight = 115 ClientWidth = 202 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object LabelTARAL: TLabel Left = 0 Top = 0 Width = 202 Height = 30 Align = alTop Alignment = taCenter Caption = 'Vadesi A�a��daki Tarih Aras�nda Bulunan Al�m Faturalar�n� G�ster' Color = clBlue Font.Color = clWhite Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentColor = False ParentFont = False WordWrap = True end object MaskEditKI: TMaskEdit Left = 33 Top = 45 Width = 63 Height = 21 EditMask = '99/99/9999;1;_' MaxLength = 10 TabOrder = 0 Text = ' . . ' end object MaskEditKS: TMaskEdit Left = 101 Top = 45 Width = 65 Height = 21 EditMask = '99/99/9999;1;_' MaxLength = 10 TabOrder = 1 Text = ' . . ' end object BtnTamVaz: TButton Left = 109 Top = 85 Width = 65 Height = 23 Caption = '&Vazge�' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = BtnTamVazClick end object BtnTamKapa: TButton Left = 29 Top = 85 Width = 65 Height = 23 Caption = '&Tamam' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = BtnTamKapaClick end end